popover: Fix repositioning logic
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Apr 2020 03:26:19 +0000 (23:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Apr 2020 03:26:19 +0000 (23:26 -0400)
commit91d8c230f3460b0943990f23cc42b65ee05f1c8f
tree401191ffb7894e6194e816bf8280c3030b48a494
parentb47e721ab60d482e6b80695a28f51d59f6f64362
popover: Fix repositioning logic

When the arrow changes position, we need to queue
an allocation to ensure that gtk_widget_allocate
actually calls our ->size_allocate vfunc.
gtk/gtkpopover.c